home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 39
/
Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso
/
-seriously_amiga-
/
wb
/
selector
/
bro
/
startbrowser
< prev
next >
Wrap
AmigaDOS Script File
|
1999-03-02
|
572b
|
28 lines
.key dir
.bra {
.ket }
resident "`which change`" pure add
resident "`which filename`" pure add
resident "`which chopline`" pure add
resident "`which chopword`" pure add
resident "`which count`" pure add
resident "`which wbrun`" pure add
resident "`which list`" pure add
if "{dir}" EQ ""
selector sel:Bro/browser.sel
else
execute sel:bro/makebrowser `filename -aspath "{dir}"`
selector T:file.sel
endif
resident list remove
resident chopword remove
resident chopline remove
resident filename remove
resident change remove
resident count remove
resident wbrun remove